integer constant造句
例句与造句
- Integer constants inside an identity clause
Identity子句中的整数常量。 - Expression must be a query or an integer constant
表达式必须是一个查询或一个整型常数。 - In compatibility levels 80 and earlier , the integer constant
兼容级别为80以及更低时,第一个 - Non - integer constants are not allowed in the order by clause
不允许在order by子句使用非整数常量。 - There are three ways to push an 8 byte integer constant onto the stack
有三种方法可以将8字节整数常数推送到堆栈上 - It's difficult to find integer constant in a sentence. 用integer constant造句挺难的
- Non - integer constants are allowed and ignored in the order by clause
允许在order by子句中使用(并忽略)非整数常量。 - Rem . 58 the integer constant 0 may be cast implicitly to any pointer type
整形常量0可以隐式地转化为任何一种类型的指针。 - Integer constants are the numbers you type directly into your sketch , like 123
整数是你直接写入程序中的数字,象123一样。 - Are integer constants
是整数常数。 - Is a pre - defined integer constant that instructs the container to process the rest of the page
是一个预定义的整型常量,它指示容器处理页面的剩下部分。 - Note that the result is always floating - point double , even though both operands are integer constants
请注意,即使两个操作数都是整数常数,结果也始终为浮点类型( - Expressions must have integral type and can include only integer constants , character constants , and the defined operator
表达式必须有整数类型并且只能包括整数常量,字符常量,以及定义了的运算符。 - For example , you can declare an enumeration for a set of integer constants associated with the days of the week , and then use the names of the days rather than their integer values in your code
例如,可以为一组与一周中的七天相对应的整数常数声明一个枚举,然后在代码中使用这七天的名称而不是它们的整数值。 - Enumerations should be well known to c programmers , and the new enumeration facility allows you to define type - safe enumerations you can use as labels in switch statements and iterate over safely without the " brittle client " problem that occurs when you try to implement enumerations with integer constants
列举应为c编程人员熟知,新列举工具允许您定义您可以在switch语句中用于作为标记的类型安全列举并安全迭代,且不会出现当您尝试使用整数常量来实施列举时发生“脆弱的客户机”问题。